home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / CellDialog$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  742 b   |  24 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.rock.RAction;
  4. import java.awt.event.ActionEvent;
  5.  
  6. class CellDialog$2 extends RAction {
  7.    // $FF: synthetic field
  8.    final CellDialog this$0;
  9.  
  10.    public void actionOccurred(ActionEvent var1) {
  11.       if (this.this$0.commitPendingEdits(true)) {
  12.          if (this.this$0.doSave()) {
  13.             this.this$0.setVisible(false);
  14.             this.this$0.dispose();
  15.          }
  16.  
  17.       }
  18.    }
  19.  
  20.    CellDialog$2(CellDialog var1) {
  21.       this.this$0 = var1;
  22.    }
  23. }
  24.